DX11 GET MOUSEMOVEY
Retrieves the relative Y coordinate for the mouse, signifying motion since the last call to DX11 SYNC.
Note that unlike the DBPro counterpart, this function does not reset its value after being called - however the
delta value will still be accumulative so that if you move the mouse five pixels per frame and only check this function
every fifth frame, it will return 25. Calling this function multiple times per frame will always return the same value.
Return Integer = DX11 GET MOUSEMOVEY()
This function does not take any parameters.
The relative delta Y coordinate of the mouse cursor since the last call to this function and DX11 SYNC.
INPUT Functions Menu
DX11 Function Categories